home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem This is a sample batch file that demonstrates the EVENT feature
- rem
- bgrdr c:\bgrdr /e14:00
- rem
- rem The Event Timer has been set to 2:00 p.m.
- rem
- if errorlevel 255 goto event
- goto end
- :event
- echo ** Running Event **
- rem
- rem Now this will run your communications program and execute the script to
- rem pick up new mail on the board. I use GT Power.
- rem
- gr1550 getmail.scr @xxxx-xxxx
- read.bat
- :end
- echo ** Thank you for using the Reader **